Type alias CreateStakeAccountWithSeedParams

CreateStakeAccountWithSeedParams: {
    authorized: Authorized;
    basePubkey: PublicKey;
    fromPubkey: PublicKey;
    lamports: number;
    lockup?: Lockup;
    seed: string;
    stakePubkey: PublicKey;
}

Create stake account with seed transaction params

Type declaration

Generated using TypeDoc