dag_withdrawDelegatedStake
Name
Type
Description
type WithdrawDelegatedStake = {
source: string; // Wallet address signing the transaction
stakeRef: string; // Reference to the delegated stake transaction
// Must be a valid delegated stake transaction hash
};await provider.request({
method: "dag_withdrawDelegatedStake",
params: [
{
source: 'DAG5sz69nNwGF8ypn1yukFpg2pVJpdx5mnf1PJVc',
stakeRef: '6c6ced4c67c931e71ecbe4bbf73462c1fe51522888620683e94faf7930a989da',
}
]
});
// "e041960eaea9d21760dc1c291e9ef96429e4cdbbeec2ffd504d4c2ebcc8cad45"Last updated
Was this helpful?