Type alias GetRelayFeeInput

GetRelayFeeInput: {
    toAddress: string;
    toCalldata: string;
    toChainId: BigNumberish;
}

Type declaration

  • toAddress: string
  • toCalldata: string
  • toChainId: BigNumberish