API Reference

Approve or revoke a Signer for a SubAccount

Method: "signer.set"

Params

{
	account:      string, 
	subAccountId: uint8,  
	signer:       string, 
	approved:     bool,   
	nonce:        uint64,
	signature:    string 
}

Result

"OK"

For more info regarding signature generation see here