@stellar-passkey/core API / StellarWallet
Interface: StellarWallet
Defined in: packages/core/src/types.ts:59
SEP-43 wallet shape.
Methods
getAddress()
getAddress():
Promise<GetAddressResult>
Defined in: packages/core/src/types.ts:60
Returns
Promise<GetAddressResult>
getNetwork()
getNetwork():
Promise<GetNetworkResult>
Defined in: packages/core/src/types.ts:61
Returns
Promise<GetNetworkResult>
signAuthEntry()
signAuthEntry(
authEntry,opts?):Promise<SignAuthEntryResult>
Defined in: packages/core/src/types.ts:63
Parameters
authEntry
string
opts?
Returns
Promise<SignAuthEntryResult>
signTransaction()
signTransaction(
xdr,opts?):Promise<SignTransactionResult>
Defined in: packages/core/src/types.ts:62
Parameters
xdr
string
opts?
Returns
Promise<SignTransactionResult>