interface DelegateTransaction {
    transaction: {
        block: {
            timestamp: string;
        };
        memo?: string;
        success: boolean;
    };
    transaction_hash: string;
    type: "cosmos.staking.v1beta1.MsgDelegate";
    value: MsgDelegateValue;
}

Hierarchy

  • GenericTransaction<MsgDelegateValue>
    • DelegateTransaction

Properties

transaction: {
    block: {
        timestamp: string;
    };
    memo?: string;
    success: boolean;
}
transaction_hash: string
type: "cosmos.staking.v1beta1.MsgDelegate"
value: MsgDelegateValue