Account
NativeAccount
import { NativeAccount } from "@colibri/core";
const account = NativeAccount.fromAddress("GABC...XYZ");Methods
address()
account.address(); // "GABC...XYZ"muxedAddress(id)
const muxed = account.muxedAddress("12345");withMasterSigner(signer)
signer()
Static Methods
fromMasterSigner(signer)
Errors
Code
Description
Last updated