Add API docs for fromScript method on Address
This commit is contained in:
parent
63b85b9100
commit
478b12c489
@ -831,6 +831,9 @@ class Script(rawOutputScript: List<UByte>)
|
|||||||
* @param address The address in string format.
|
* @param address The address in string format.
|
||||||
*/
|
*/
|
||||||
class Address(address: String) {
|
class Address(address: String) {
|
||||||
|
/** Construct an [`Address`] from an output script. */
|
||||||
|
fun fromScript(script: Script, network: Network): Address {}
|
||||||
|
|
||||||
/** Return the Payload */
|
/** Return the Payload */
|
||||||
fun payload(): Payload
|
fun payload(): Payload
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user