Updated on 2026-08-14
This commit is contained in:
parent
197099a1c9
commit
125c5e4279
4 changed files with 253 additions and 49 deletions
|
|
@ -24,4 +24,11 @@ sealed interface ProxyFee {
|
|||
override val fee: ProxyAmount,
|
||||
val gasPremium: Long,
|
||||
) : ProxyFee
|
||||
|
||||
data class Sui(
|
||||
override val gasLimit: BigInteger,
|
||||
override val fee: ProxyAmount,
|
||||
val gasPrice: Long,
|
||||
val gasBudget: Long,
|
||||
) : ProxyFee
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue