Skip to content

@stellar-passkey/core API


@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?

SignOptions

Returns

Promise<SignAuthEntryResult>


signTransaction()

signTransaction(xdr, opts?): Promise<SignTransactionResult>

Defined in: packages/core/src/types.ts:62

Parameters

xdr

string

opts?

SignOptions

Returns

Promise<SignTransactionResult>

MIT — SCF-43 RFP submission (2026). Status: pre-1.0.