Type alias Wallet

Wallet: Attributable & HasTimes & Identifiable & {
    __typename?: "Wallet";
    address?: Maybe<Scalars["String"]>;
    appUser?: Maybe<AppUser>;
    attributes?: Maybe<Scalars["JSONObject"]>;
    createdAt: Scalars["DateTime"];
    id: Scalars["ID"];
    nftCount?: Maybe<Scalars["UnsignedInt"]>;
    nfts?: Maybe<Maybe<Nft>[]>;
    state: WalletState;
    updatedAt?: Maybe<Scalars["DateTime"]>;
    verificationCode?: Maybe<Scalars["String"]>;
    walletType?: Maybe<WalletType>;
}

Represents a blockchain wallet scoped to a particular App and AppUser. Read more here.

Generated using TypeDoc