Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions precompile/modules/initia_stdlib/sources/cosmos.move
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ module initia_std::cosmos {
timeout_fee: vector<CosmosCoin>
}

#[deprecated]
struct PayFeeRequest has copy, drop {
_type_: String,
_signer_: String,
Expand All @@ -393,6 +394,7 @@ module initia_std::cosmos {
relayers: vector<String>
}

#[deprecated]
/// ICS29 ibc relayer fee
/// https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment
public entry fun pay_fee(
Expand Down
2 changes: 2 additions & 0 deletions precompile/modules/minitia_stdlib/sources/cosmos.move
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ module minitia_std::cosmos {
timeout_fee: vector<CosmosCoin>
}

#[deprecated]
struct PayFeeRequest has copy, drop {
_type_: String,
_signer_: String,
Expand All @@ -393,6 +394,7 @@ module minitia_std::cosmos {
relayers: vector<String>
}

#[deprecated]
/// ICS29 ibc relayer fee
/// https://github.com/cosmos/ibc/tree/main/spec/app/ics-029-fee-payment
public entry fun pay_fee(
Expand Down
Loading