Skip to main contentMsgTransfer
| Type | Attribute Key | Attribute Value | 
|---|
| ibc_transfer | sender | {sender} | 
| ibc_transfer | receiver | {receiver} | 
| ibc_transfer | denom | {denom} | 
| ibc_transfer | denom_hash | {denom\_hash} | 
| ibc_transfer | amount | {amount} | 
| ibc_transfer | memo | {memo} | 
| message | module | transfer | 
OnRecvPacket callback
| Type | Attribute Key | Attribute Value | 
|---|
| fungible_token_packet | sender | {sender} | 
| fungible_token_packet | receiver | {receiver} | 
| fungible_token_packet | denom | {denom} | 
| fungible_token_packet | denom_hash | {denom\_hash} | 
| fungible_token_packet | amount | {amount} | 
| fungible_token_packet | memo | {memo} | 
| fungible_token_packet | success | {ackSuccess} | 
| fungible_token_packet | error | {ackError} | 
| message | module | transfer | 
OnAcknowledgePacket callback
| Type | Attribute Key | Attribute Value | 
|---|
| fungible_token_packet | sender | {sender} | 
| fungible_token_packet | receiver | {receiver} | 
| fungible_token_packet | denom | {denom} | 
| fungible_token_packet | denom_hash | {denom\_hash} | 
| fungible_token_packet | amount | {amount} | 
| fungible_token_packet | memo | {memo} | 
| fungible_token_packet | acknowledgement | {ack.String()} | 
| fungible_token_packet | success / error | {ack.Response} | 
| message | module | transfer | 
OnTimeoutPacket callback
| Type | Attribute Key | Attribute Value | 
|---|
| timeout | refund_receiver | {receiver} | 
| timeout | refund_tokens | {jsonTokens} | 
| timeout | denom | {denom} | 
| timeout | denom_hash | {denom\_hash} | 
| timeout | memo | {memo} | 
| message | module | transfer |