aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiUserDataPublicKeyBody

    Request body for fetching a wallet's stored public key.

    interface ApiUserDataPublicKeyBody {
        walletAddress: string;
    }
    Index
    walletAddress: string

    The user's Sui wallet address.