interface BulkWithdrawError {
    message: string;
    pubkey: string;
}

Properties

Properties

message: string
pubkey: string

Generated using TypeDoc