pub async fn cancel_authorization<P: Provider>(
provider: &P,
executor: Address,
signed: SignedCancelAuthorization,
) -> Result<TxHash, SdkError>Expand description
cancelAuthorization。
§引数
provider—single_transferと同じ。executor— トランザクション送信者(msg.sender)。signed—crate::sign::cancel_authorizationで生成したデータ。
§戻り値
トランザクションハッシュ。