Interface ChangeClientDataArgs

interface ChangeClientDataArgs {
    nickname: string;
    programId: PublicKey;
    root: RootAccount;
    rootAccount: PublicKey;
    wallet: PublicKey;
}

Properties

nickname: string

New client's nickname

programId: PublicKey

Smart contract address

RootAccount instance

rootAccount: PublicKey
wallet: PublicKey

Client's wallet address