Withdrawal: {
    stakeCredential: CredentialParams;
    amount: bigint_like;
}

Rewards account withdrawal operation

See

Transaction

Type declaration

  • stakeCredential: CredentialParams

    Path to rewards account being withdrawn

  • amount: bigint_like

    Amount (in Lovelace) being withdrawn. Note that Amount must be all accumulated rewards.

Generated using TypeDoc