Skip to content
Snippets Groups Projects
Commit bcd829d9 authored by Dima Rifai's avatar Dima Rifai Committed by mcfarhat
Browse files

Issue #486 - Add FinancialOperationTypes

parent 6d941434
Branches
Tags
1 merge request!591Delrifai/#486 add financial operation types
export const FinancialOperationTypes = [
"author_reward_operation",
"comment_benefactor_reward_operation",
"comment_reward_operation",
"claim_reward_balance_operation",
"curation_reward_operation",
"producer_reward_operation",
"liquidity_reward_operation",
"escrow_release_operation",
"escrow_transfer_operation",
"proposal_fee_operation",
"proposal_pay_operation",
"transfer_operation",
"recurrent_transfer_operation",
"fill_recurrent_transfer_operation",
"failed_recurrent_transfer_operation",
"transfer_to_savings_operation",
"transfer_from_savings_operation",
"cancel_transfer_from_savings_operation",
"fill_transfer_from_savings_operation",
"interest_operation",
"limit_order_create_operation",
"limit_order_create2_operation",
"limit_order_cancel_operation",
"limit_order_cancelled_operation",
"fill_order_operation",
"liquidity_reward_operation",
"convert_operation",
"fill_convert_request_operation",
"collateralized_convert_operation",
"collateralized_convert_immediate_conversion_operation",
"fill_collateralized_convert_request_operation",
"escrow_transfer_operation",
"escrow_approve_operation",
"escrow_approved_operation",
"escrow_rejected_operation",
"escrow_dispute_operation",
"escrow_release_operation",
"transfer_to_vesting_operation",
"transfer_to_vesting_completed_operation",
"withdraw_vesting_operation",
"fill_vesting_withdraw_operation",
"set_withdraw_vesting_route_operation",
"delegate_vesting_shares_operation",
"return_vesting_delegation_operation",
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment